#banner {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}
#banner .content {
  width: 100%;
  height: 800px;
}
#banner .content a {
  display: block;
  width: 100%;
  height: 800px;
}
#banner .page_list {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
}
#banner .page_list a {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #c9c9c9;
  border-radius: 100%;
  margin: 0 8px;
}
#banner .page_list a.on {
  background-color: #e8701f;
}
#news {
  margin-top: 30px;
}
#news .container{
	display: flex;
    align-items: center;
}
#news .container .xwzx {
  float: left;
  width: 685px;
}
#news .container .xwzx > .hd {
  height: 40px;
}
#news .container .xwzx > .hd h3 {
  font-size: 24px;
  color: #eb5b02;
}
#news .container .xwzx > .bd ul li {
  margin-top: 10px;
}
#news .container .xwzx > .bd ul li .date {
  float: left;
  width: 120px;
  height: 70px;
  position: relative;
  background-color: #b6b6b6;
  border-radius: 4px;
  margin-top: 15px;
}
#news .container .xwzx > .bd ul li .date span.day {
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  left: 18px;
  top: 12px;
}
#news .container .xwzx > .bd ul li .date span.month {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  right: 18px;
  bottom: 12px;
}
#news .container .xwzx > .bd ul li .date hr {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 40px;
  border-top: 1px solid #ffffff;
  transform: translateY(37px) translateX(33px) rotate(-60deg);
}
#news .container .xwzx > .bd ul li .date span.sanjiao {
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid #b6b6b6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -12px;
  top: 25px;
}
#news .container .xwzx > .bd ul li .date.active {
  background-color: #e8701f;
}
#news .container .xwzx > .bd ul li .date.active .sanjiao {
  border-left-color: #e8701f;
}
#news .container .xwzx > .bd ul li .text {
  float: right;
  width: 526px;
  height: 110px;
  border-bottom: 1px solid #d2d3d4;
}
#news .container .xwzx > .bd ul li .text a {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
#news .container .xwzx > .bd ul li .text a:hover {
  text-decoration: underline;
  color: #e8701f;
}
#news .container .xwzx > .bd ul li .text p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
#news .container .about_us {
  float: right;
  margin-left: 15px;
}
#news .container .about_us a{
  width: 540px;
  display: inline-block;
}
#news .container .about_us a img{
  width: 100%;
}
#news .container .about_us > .hd {
  height: 50px;
}
#news .container .about_us > .hd h3 {
  font-size: 24px;
  color: #eb5b02;
}
#news .container .about_us > .bd .text img {
  float: right;
  box-shadow: 3px 3px 3px #666666;
  margin-left: 5px;
}
#news .container .about_us > .bd .text p {
  font-size: 14px;
  color: #333333;
  font-family: SimSun;
  line-height: 25px;
  text-indent: 2em;
}
#news .container .about_us > .bd .contact {
  margin-top: 20px;
}
#news .container .about_us > .bd .contact ul li {
  float: left;
  line-height: 35px;
  width: 240px;
  text-indent: 25px;
  font-size: 14px;
  color: #666666;
  font-family: SimSun;
}
#product {
  margin-top: 28px;
  background-color: #eeeeee;
  padding-bottom: 40px;
}
#product .container .cpzx {
  float: left;
  width: 1200px;
}
#product .container .cpzx > .hd {
  height: 70px;
  padding: 10px 0;
  overflow: hidden;
}
#product .container .cpzx > .hd h3 {
  font-size: 24px;
  color: #eb5b02;
  line-height: 35px;
}
#product .container .cpzx > .hd h3 span.en {
  font-size: 18px;
  color: #666666;
  text-transform: uppercase;
}

#product{overflow:hidden; position:relative; }
#product .bd{ padding:10px;   }
#product .bd ul{ overflow:hidden; zoom:1; }
#product .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
#product .bd ul li .pic{ text-align:center;overflow:hidden; }
#product .bd ul li .pic img{ width:280px; height:240px; display:block;  padding:2px;transition:all 0.5s; }
#product .bd ul li .pic a:hover img{ transform: scale(1.1);  }
#product .bd ul li .title{ line-height:24px;font-size:16px;height:24px;   }
/* 

#product .container .cpzx > .bd {
  position: relative;
}
#product .container .cpzx > .bd ul {
  margin-left: -5px;
}
#product .container .cpzx > .bd ul li {
  float: left;
  width: 295px;
  height: 180px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  margin-left: 5px;
  margin-bottom: 5px;
}
#product .container .cpzx > .bd ul li a {
  display: inline-block;
  transition: transform .3s;
  padding: 10px;
}
#product .container .cpzx > .bd ul li a img {
  max-height: 205px;
  max-width: 320px;
}
#product .container .cpzx > .bd ul li a:hover {
  transform: translateY(-5px);
}
#product .container .cpzx > .bd ul li p {
  display: block;
  line-height: 30px;
  width: 100%;
  font-size: 16px;
}
#product .container .cpzx > .bd span.logo {
  display: block;
  width: 140px;
  height: 140px;
  background: url(../images/index_product_logo.png) no-repeat;
  position: absolute;
  left: 272px;
  top: 180px;
  border-radius: 100%;
}
#product .container .yfzz {
  float: right;
  width: 485px;
}
#product .container .yfzz > .hd {
  height: 70px;
  padding: 10px 0;
  overflow: hidden;
}
#product .container .yfzz > .hd h3 {
  font-size: 24px;
  color: #eb5b02;
  line-height: 35px;
}
#product .container .yfzz > .hd h3 span.en {
  font-size: 18px;
  color: #666666;
  text-transform: uppercase;
}
#product .container .yfzz > .bd .item {
  margin-left: -15px;
}
#product .container .yfzz > .bd .item a {
  float: left;
  font-size: 0;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  margin-bottom: 15px;
}
#product .container .yfzz > .bd .item a img {
  transition: transform .3s;
}
#product .container .yfzz > .bd .item a span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  background-color: #333333;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
#product .container .yfzz > .bd .item a:hover img {
  transform: scale(1.03);
} */
